home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amicdfs-install < prev    next >
Text File  |  1992-12-21  |  2KB  |  51 lines

  1. ;Installer for AMICDFS
  2.  
  3. ;copy Speccy97:AmiCDFileSystem/CD0 Devs:DosDrivers
  4. ;copy Speccy97:AmiCDFileSystem/CD0.info Devs:DosDrivers
  5.  
  6. ;copy Speccy97:AmiCDFileSystem/L/AmiCDFileSystem L:
  7.  
  8.  
  9. ; AmiCDFS Installer Script V1.01
  10. ; (By Vince Pike - 30 Jan 1997)
  11.  
  12. (complete 0)
  13. (Welcome)
  14.  
  15. (message "** IMPORTANT INFORMATION **\n\nThis Script copies the necessary AmiCDFS system files to your Workbench partition.\n\nYou may need to change the CD0 information to match that of your CD-ROM drive.\n\nThe CD0 icon can be located in the Devs:DosDriver drawer!")
  16.  
  17. (Complete 1)
  18.  
  19. (complete 10)
  20.  
  21. (copyfiles
  22.    (prompt "Coping Devs...")
  23.    (source "Speccy97:AmiCDFileSystem/CD0")
  24.    (dest "Devs:DosDrivers")
  25.    (files)
  26. )
  27.  
  28. (copyfiles
  29.    (prompt "Coping Devs...")
  30.    (source "Speccy97:AmiCDFileSystem/CD0.info")
  31.    (dest "Devs:DosDrivers")
  32.    (files)
  33. )
  34.  
  35. (copyfiles
  36.    (prompt "Coping Devs...")
  37.    (source "Speccy97:AmiCDFileSystem/L/AmiCDFileSystem")
  38.    (dest "L:")
  39.    (files)
  40. )
  41.  
  42. (message "** TECHNICAL INFORMATION **\n\nIf your CD-ROM drive fails to recognize any CDs, Modify the following ToolTypes to match your system configuration.\n\n>DEVICE   The name of the device the CD-ROM drive is connected to.\n>UNIT   The device unit.\n>CONTROL   L=LOWERCASE/S   T=TRACKDISK/S\n\nIf your drive still doesn't work, try setting this option - P=POLL/S\n\n\nFor Technical assistance please call 0 1793 514187 3pm - 5:30pm")
  43.  
  44.  
  45. (complete 99)
  46.  
  47. (run "Speccy97:SavReset"
  48.    (prompt "We will now have to reboot your computer, before pressing Proceed please make sure that you have no unsaved files and that all drive lights are out.")
  49.    (help "We will now have to reboot your computer, before pressing Proceed please make sure that you have no unsaved files and that all drive lights are out.")
  50.    (confirm)
  51. )